home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
archive
/
userbox
/
publicdomain
/
universalgio.lha
/
UniversalGIO
/
install
< prev
next >
Wrap
Text File
|
1996-07-20
|
797b
|
24 lines
ECHO "Installing UniversalGIO modules"
failat 7
if exists Photogenics:
echo "Installing GIO modules in Photogenics:Data/GIO:"
copy clone #?.gio Photogenics:Data/GIO
if exists Photogenics:Data/scripts
echo "Installing ARexx scripts in Photogenics:Data/scripts:"
copy clone #?.rx(%|.info) Photogenics:Data/scripts
endif
if exists :hhsgiokey.library
echo "Installing Keyfile:"
copy clone :H#?giokey#?.library LIBS:
echo "Keyfile hhsgiokey.library installed in LIBS:"
endif
echo "The documentation is not installed; copy it by dragging"
echo "to any place you like."
else
echo "No Assign to Photogenics: found! Please make assign manually to your"
echo "Photogenics directory and start install script again or install the"
echo "modules manually as described in the ReadMe."
endif
wait 100